home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
USA Bestseller
/
USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso
/
e243
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-13
|
2KB
|
27 lines
@ECHO OFF
cls
echo.
echo ╔══════════════════════════════════════════════════════════════════╗
echo ║ EASY BASE DISTRIBUTION DISK ║
echo ║ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ║
echo ║ ║
echo ║ Easy Software products are supplied in compressed form with an ║
echo ║ installation program which will unpack the program to your hard ║
echo ║ disk. ║
echo ║ ║
echo ║ The Easy Base installation unpacks the files to the directory ║
echo ║ \EB. If you already have a \EB directory you should rename it ║
echo ║ before installing Easy Base. ║
echo ║ ║
echo ║ Version 6 of Easy Base uses sub directories for data storage. If ║
echo ║ you have a previous version of Easy Base then you can transfer ║
echo ║ your work to version 6 by taking an application backup from the ║
echo ║ old version and restoring it into a sub directory of version 6. ║
echo ║ ║
echo ║ If you install version 6 over a previous version in \EB your ║
echo ║ work will not be overwritten but you will have to move the files ║
echo ║ to a sub directory of \EB before you can access them. ║
echo ╚══════════════════════════════════════════════════════════════════╝
echo.
pause